The assembly language definition of the addition is by no means self-evident . 用匯編語言所表示的加法決不是直觀的。
We would all be programming in assembly language or even machine language . 我們都要用匯編語言,甚至要用機器語言去編寫程序。
A program called an assembler converts programs that you write in assembly language into programs which the computer can understand and execute . 有一種叫做“匯編程序”的程序,能將你用匯編語言編寫的程序轉(zhuǎn)換成計算機所能接受并加以執(zhí)行的程序。
And then realized them by assembly language 另外,還提出了系統(tǒng)張力控制的設計。
The control software was written by assembly language 控制軟體系以組合語言撰寫。
The control software was written by assembly language 控制軟件系以匯編語言撰寫。
Different computers have different assembly languages 不同的計算機有不同的匯編語言。
Software are written by means of mcs - 51 assembly language 軟件程序用mcs - 51系列匯編語言寫成。
Analysis on subroutine design and macro in 8086 8088 assembly language 8088匯編語言中子過程與宏
Inline assembly language is not supported in the x64 compiler X64編譯器中不支持內(nèi)聯(lián)程序集語言。
a low-level programing language; close approximation to machine language
百科解釋
An assembly language is a low-level programming language for a computer, microcontroller, or other programmable device, in which each statement corresponds to a single machine code instruction. Each assembly language is specific to a particular computer architecture, in contrast to most high-level programming languages, which are generally portable across multiple systems.